home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / dev / gui / MUIBuilderV11.lha / muibuilder / mb / c / Click.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-06  |  230 b   |  13 lines

  1. struct ObjApp
  2. {
  3.     APTR    App;
  4.     APTR    WI_try;
  5.     APTR    TX_label_0;
  6.     APTR    BT_1stbutton;
  7.     APTR    BT_2ndbutton;
  8.     APTR    BT_3rdbutton;
  9.     char    *STR_TX_label_0;
  10. };
  11.  
  12. extern struct ObjApp * CreateApp( void );
  13. extern void DisposeApp( struct ObjApp * );